home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 August / Australian PC User - August 2003 (CD1).iso / resource / looppatt / files / flstudio.exe / Help / FD.chm / html / _casecommon1.js < prev    next >
Encoding:
Text File  |  2003-04-08  |  438 b   |  10 lines

  1. function CHMLocation(fn) {
  2.     var link = location.href.substring((location.href.indexOf(':') == 2)?14:7, location.href.lastIndexOf("\\") + 1);
  3.     return link;
  4. }
  5. path=((CHMLocation()+'FL.js').replace(/:/g, '|')).replace(/\\/g, '/') ;
  6. doDebug=false;
  7. // DEBUG
  8. if (doDebug) path="C|/Program Files/FLStudio4/Help/FL.js";
  9. // END DEBUG
  10. document.write('<script language="JavaScript" type="text/javascript" src="file:///'+path+'"></script>');